home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Workbench Add-On
/
Workbench Add-On - Volume 1.iso
/
BBS-Archive
/
DiskUtil
/
Misc
/
DiskSpare-3.0.lha
/
DiskSpare3.0
/
DD
/
PS0
< prev
next >
Wrap
Text File
|
1994-11-13
|
868b
|
37 lines
/* Flags for PFS:
*
* Bit 0: (1) not used for PFS (FFS only)
* Bit 1: (2) same for FFS (1 = allow 82 Cyls)
* remember to set the 'HighCyl' to the correct
* value.
* Bit 2: (4) same for FFS (1 = allow HD-Mode)
* Bit 3: (8) not used
* Bit 4: (16) verify mode (1 = switch on verify)
*
* For changing the flags you have to add the values in brackets behind
* the bitnumbers. e.g. You wish to use bit 1 + 2 (HD with 82 Cyls). So
* you need to add 2 + 4 = 6 = value for the flags.
*/
FileSystem = l:ProfFileSystem
Device = diskspare.device
Priority = 10
Mount = 1
Unit = 0
Flags = 0x12 /* verify | DD only | 82 Cyls */
Surfaces = 2
BlockSize = 512
BlocksPerTrack = 12
Reserved = 2
Interleave = 0
LowCyl = 0
HighCyl = 81
StackSize = 5000
Buffers = 5
BufMemType = 1
GlobVec = -1
DosType = 0x50465300
MaxTransfer = 2097152
Mask = 0x7ffffffe